runtime.timer.sendLock (field)

8 uses

	runtime (current package)
		time.go#L91: 	sendLock mutex
		time.go#L372: 		lockInit(&t.sendLock, lockRankTimerSend)
		time.go#L475: 		lock(&t.sendLock)
		time.go#L509: 		unlock(&t.sendLock)
		time.go#L557: 		lock(&t.sendLock)
		time.go#L616: 		unlock(&t.sendLock)
		time.go#L1160: 		lock(&t.sendLock)
		time.go#L1179: 		unlock(&t.sendLock)